home *** CD-ROM | disk | FTP | other *** search
- #ifndef _INCLUDE_PRAGMA_FILES_LIB_H
- #define _INCLUDE_PRAGMA_FILES_LIB_H
-
- #ifndef CLIB_FILES_PROTOS_H
- #include <clib/files_protos.h>
- #endif
-
- #if defined(AZTEC_C) || defined(__MAXON__) || defined(__STORM__)
- #pragma amicall(FILBase,0x006,WriteComment(a0,a1))
- #pragma amicall(FILBase,0x00C,WriteDate(a0,a1))
- #pragma amicall(FILBase,0x012,OpenFile(a0,d0))
- #endif
- #if defined(_DCC) || defined(__SASC)
- #pragma libcall FILBase WriteComment 006 9802
- #pragma libcall FILBase WriteDate 00C 9802
- #pragma libcall FILBase OpenFile 012 0802
- #endif
-
- #endif /* _INCLUDE_PRAGMA_FILES_LIB_H */